home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / mac / files / ID99MENU.DIR / 00088_Script_88 < prev    next >
Text File  |  1999-04-29  |  324b  |  15 lines

  1. global currtitle,goldbox,firsttitle,rollvolume
  2.  
  3. on exitFrame
  4.   if voidp(currtitle) then
  5.     clickwho = goldbox
  6.     exit
  7.   end if
  8.   if currtitle = 0 then
  9.     clickwho = goldbox
  10.   else
  11.     clickwho = firsttitle + currtitle - 1
  12.   end if
  13.   set the volume of sound 2 to rollvolume
  14.   sendsprite clickwho,#mouseup
  15. end